func github.com/andybalholm/brotli.getCopyLengthCode
7 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L438: var copycode uint16 = getCopyLengthCode(l)
backward_references_hq.go#L499: var copycode uint16 = getCopyLengthCode(len_code)
brotli_bit_stream.go#L136: var copycode uint16 = getCopyLengthCode(uint(copylen_code))
command.go#L128: func getCopyLengthCode(copylen uint) uint16 {
command.go#L168: var copycode uint16 = getCopyLengthCode(copylen)
encoder.go#L58: copyCode := getCopyLengthCode(uint(m.Length))
encoder.go#L125: copyCode := getCopyLengthCode(uint(m.Length))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |